home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / disk / dskspr20.lha / diskspareii / dd / RDD < prev   
Encoding:
Text File  |  1994-05-02  |  583 b   |  25 lines

  1. /* Recoverable RAM disk mount entry
  2.  *
  3.  * You can create different simultaneous recoverable RAM disks by creating
  4.  * versions of this file with different Unit values.
  5.  *
  6.  * The size of a recoverable RAM disk is controlled by the value of the
  7.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  8.  * RAM. So the default value of 79 consumes around 880 of memory.
  9.  */
  10.  
  11. Device        = ramdrive.device
  12. Unit        = 1
  13. Mount        = 1
  14. Flags        = 0
  15. Surfaces    = 2
  16. BlocksPerTrack    = 12
  17. Reserved    = 2
  18. Interleave    = 0
  19. LowCyl        = 0
  20. HighCyl        = 81
  21. Buffers        = 5
  22. BufMemType    = 1
  23. DosType        = 0x444f5301
  24.  
  25.